<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************************/
/*************[鍏敤start]**************/
/**************************************/

@font-face{
	font-family:"bask";
	src: url('../fonts/BASKERB.woff') format('woff'),
       url('../fonts/BASKERB.ttf') format('truetype'); 

}
div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*涓昏鍐呭鍖哄昂瀵稿ぇ灏忥紝姣忔鍒朵綔鍓嶆洿鏂帮紒锛侊紒 */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*鍥剧墖涓績鏀惧ぇ浠ｇ爜鍖哄煙*/

.img-box{/*鍥剧墖鐩掑瓙绫诲悕*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*鍥剧墖涓績鏀惧ぇ浠ｇ爜*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*鍥剧墖涓績鏀惧ぇ浠ｇ爜鍖哄煙*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a&gt;img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover&gt;img{
	/* ueco 鏃堕棿鏇茬嚎*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover&gt;img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[鍏敤over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height:120px;
	background-color: #fff;

}

.logo{
	width: 485px;
	margin-top:23px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-1-a{
	width: 129px;
	margin-top: 41px;
	margin-right: 13px;
}

.header-1-a a{
	display: block;
	font-size: 14px;
	color: #999;
	padding-left: 22px;
	height: 40px;
	line-height: 38px;
	border-radius: 999em;
	border:1px solid #dddddd;
	background-image: url(../images/header-1-a1.png);
	background-repeat: no-repeat;
	background-position: 89px center;
}
.header-1-a a:hover{
	color: #0083e0;
}
.lan{
	width: 104px;
	margin-top: 41px;
}
.lan&gt;a{
	display: block;
	height: 40px;
	line-height: 38px;
	border-radius: 999em;
	border:1px solid #dddddd;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	padding-left:18px;
	cursor: pointer;
}

.lan&gt;a img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 14px;
}
.lan&gt;a:hover{
	color: #0083e0;
}


.search{
	width: 271px;
	position: relative;
	margin-top: 41px;
	margin-right: 13px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 999em;
	border:1px solid #dddddd;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
	line-height: 1.428571;
	padding-right: 45px;
}

.search input[type="image"]{
	position: absolute;
	right:16px;
	top: 12px;
	width: 16px;
}

.nav-wp{
	position: relative;
	background-color:#0083e0;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav&gt;ul&gt;li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1px;

}
.nav&gt;ul&gt;li:first-child{
	background-image: none;
	padding-left: 0px;
}
.nav&gt;ul&gt;li&gt;a{
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/

}

.nav&gt;ul&gt;li:hover&gt;a, .nav&gt;ul&gt;li.active&gt;a {
	background-color: #0478cb;
	/*background-color:#a90e00;*/

}
.nav&gt;ul&gt;li&gt;ul{
	position: absolute;
	left: 1px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #0083e0;
	display: none;
	padding-top: 1px;
}

.nav&gt;ul&gt;li&gt;ul&gt;li&gt;a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover{
	background-color: #0478cb;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides&gt;li{
	height: 520px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides&gt;li  img.phone-img{
	display: none;
	width: 100%;
}

/*.fafa .flex-control-paging li a{
	width: 17px;
	height: 17px;
	transition: .3s;
}

.fafa .flex-control-paging li a.flex-active{
	width: 47px;
}
.fafa .flex-control-nav li{
	margin:0 14px;
}
.fafa .flex-control-nav{
	bottom: 34px;
}*/
.fafa .flex-control-nav{
	bottom: 31px;
	height: 0;
}
.fafa .flex-control-nav li{
	margin:0 11px;
}
.fafa .flex-direction-nav{
	width: 1400px;
	position: absolute;
	height: 0;
	top: 50%;
	left: 50%;
	margin-left: -700px;
}


.fafa .flex-direction-nav a{
	width: 40px;
	height: 70px;
	margin-top: -35px;
}

.fafa .flex-direction-nav .flex-prev{
	left: -40px;
}

.fafa .flex-direction-nav .flex-next{
	right: -40px;
}



.pp70{
	padding: 70px 0;
}

.title-11{
	text-align: center;
	position: relative;
}
a.title-11-a{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 64px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	font-size:14px;
	font-family: "Arial";
	text-transform: uppercase;
	color: #0083e0; 
	border:1px solid #0083e0;
}
.title-11 a.title-11-a:hover{
	background-color: #0083e0;
	color: #fff;
}
.title-11 h1{
	margin:0;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "bask";
}

.title-11 h2{
	margin:0;
	font-size: 30px;
	color: #000;
	padding: 8px 0 0px;
}
.title-11 .line{
	width: 34px;
	height: 3px;
	margin:14px auto 0;
	background-color: #c7c7c7;
}


.main1-div{
	margin-top:50px;
}

.main1-1{
	width: 685px;
	margin-right: 60px;
}
.main1-pic .imgbox_a{
	padding-bottom: 59.3%;
}

.main1-con{
	background-color: #f1f1f1;
	padding: 25px;
}
.main1-con h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #0083e0;
}
.main1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;margin:15px 0 10px;
}

.main1-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
}

.main1-con h2 img{
	display: inline!important;
	width: auto!important;
	margin-top: -3px;
	margin-right: 5px;
}


.main1-2{
	overflow: hidden;
}

.title-22{
	background-color:#f1f1f1; 
}

.title-22 span.fl{
	height:65px ;
	line-height: 65px;
	padding: 0	40px;
	font-size: 20px;
	color: #666;
	cursor: pointer;
}

.title-22 span.fl.cur{
	background-color: #0083e0;
	color: #fff;
}



.title-22 a.fr{
	width: 30px;
	height: 30px;
	background-image: url(../images/more.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 18px;
	margin-right: 18px;
	display: none;
	transition: .3s;
}
.title-22 a.fr:hover{
	background-image: url(../images/moreh.png);

}
.title-22 a.fr.frr{display: block;}

.list01-wp .list01{display: none;}
.list01-wp .list01:first-child{display: block;}


.list01 dl{margin:0;}
.list01 dd{
	padding: 28px 0;
	border-bottom: 1px solid #d1d1d1;
}

.list01 dd h1{
	margin:0;
	font-size: 18px;
	color: #333;
	height: 24px;
	line-height: 24px;
}
.list01 dd h1 a:hover{
	font-weight: bold;
	color: #0083e0;
}
.list01 dd p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;margin:10px 0 10px;
}

.list01 dd h2{
	margin:0;
	font-size: 14px;
	color: #999;
}

.list01 dd h2 img{
	margin-top: -3px;
	margin-right: 5px;
}



.main2{
	background-image: url(../images/main2-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	padding-top: 125px;
}

.main2 .title-11{
	text-align: left;

}

.main2 .title-11 h1{
	color: #fff;
}

.main2 .title-11 h2{
	color: #fff;
}


.main2-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	/*height: 4em;*/
	overflow: hidden;
	margin-top: 30px;
}
.main2-dl {
	margin-top: 48px;
}

.main2-dl dl{
	margin:0;
}

.main2-dl dd{
	float: left;
	width: 100px;
	height: 100px;
	border:1px solid #fff;
	border-radius: 5px;
	margin-left: 53px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-top: 23px;
}
.main2-dl dd:first-child{margin-left: 0;}
.main2-dl dd img{
	display: block;
	width: 25px;
	margin: 0 auto 15px;
}
.main2-dl dd:frist-child{
	margin-left: 0;
}


.main2-bottom{
	background-image: url(../images/baidi.png);
	margin-top: 135px;
}

.main2-dl2 dl{
	margin:0;
}

.main2-dl2 dd{
	float: left;
	width: 25%;
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}


.main2-1{
	position: relative;
	z-index: 800;
	top: 0;
	transition: .3s;
}
.main2-1::after{
		position: absolute;
		z-index: 80;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid #0083e0;
    left: 50%;
    margin-left:-11px;
    bottom: -11px;
   	opacity: 0;
		visibility: hidden;
		transition: .3s;
}

.main2-2{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 700;
	/*background-color: #f00;*/
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.main2-2 .imgbox_a{
	padding-bottom: 46.857412%;
}

.main2-dl2 dd:hover:{
	background-image: none;
}
.main2-dl2 dd:hover+dd{
	background-image: none;
}
.main2-dl2 dd:hover .main2-2{
	opacity: 1;
	visibility: visible;
}
.main2-dl2 dd:hover .main2-1{
	top: -164px;
	background-color: #0083e0;
}
.main2-dl2 dd:hover .main2-1::after{
	opacity: 1;
	visibility: visible;

}








.main2-dl2{
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.main2-1&gt;a{
	display: block;
	padding: 40px 35px;
}

.main2-1&gt;a h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.main2-1&gt;a p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	height: 44px;
	overflow: hidden;
	margin-top: 16px;
}
.main3-list{
	margin-top: 40px;
}

.main3-pic .imgbox_a{
	padding-bottom: 66.6%;
}
.main3-pic .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 52px;
	line-height: 52px;
	background-image: url(../images/landi.png);
	color: #fff;
	font-size: 18px;
	padding:0 15px;
	z-index: 15;
	text-align: center;

}


.main3-list .owl-dots {
    text-align: center;
    margin-top: 29px;
    font-size: 0;
    line-height: normal;
}
.main3-list .owl-dots .owl-dot{
    display: inline-block;
    margin:0 7px;
    border:0;
    background-color: transparent;
    outline: none;
}
.main3-list .owl-dot span{
    width: 10px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: url(../images/owl-dot-ico.png);
}

.main3-list .owl-dot.active span{
    background-image: url(../images/owl-dot-ico-h.png);
    width: 22px;

}







/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/


.footer-1{
	background-color: #f1f1f1;
	padding: 25px 0;
}


.footer-1-div{
	position: relative;
	padding-left: 100px;
}

.footer-1-div span{
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
	font-size: 18px;color: #333;
}

.footer-1-dl{
	font-size: 0;
	line-height: normal;
	overflow: hidden;
	height: 30px;
}
.footer-1-dd{
	display: inline-block;
	margin-right: 50px;
	height: 30px;
	line-height: 30px;
}
.footer-1-dd a{
	font-size: 18px;color: #333;
}
.footer-1-dd a:hover{
	color: #0083e0;
}
.footer-2{
	background-color: #3f3f3f;
	padding: 50px 0;
}

.footer-2-list{
	overflow: hidden;
}

.footer-2-list dl,.footer-2-list ul{
	margin:0;
}
.footer-2-list dl{
	padding-top: 5px;
}
.footer-2-list li{
	float: left;
	margin-left: 58px;
	text-align: center;
}

.footer-2-list li:first-child{margin-left: 0;}
.footer-2-list li h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}
.footer-2-list li dd{
	font-size: 14px;
	margin-top: 15px;
}
.footer-2-list li dd a{
	font-size: 14px;
	color: #b0b0b0;
}
.footer-2-list li dd a:hover{color: #fff;}


.er-wp{
	width: 234px;
}

.er{
	width: 109px;
	text-align: center;
	font-size: 14px;
	color: #b0b0b0;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.erfx{
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	text-align: right;
	margin-top: 40px;
}


.erfx a{
	position: relative;
	margin-left: 10px;
}

.footer-3{
	background-color: #3f3f3f;
	border-top: 1px solid #656565;
	padding: 25px 0 32px;
}

.footer-3 dl{
	margin:0;
}

.footer-3 dd{
	float: left;
	height:50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	padding-left:67px ;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 313px;
}
.footer-3 dd:first-child{
	margin-left: 0;
}


.footer-4{
	background-color: #393939;
	padding:15px 0;
	color: #fff; 
	font-size: 16px;
	line-height: 1.8;
}



/**************************************************************/
/*footer-over*/





/**************************************/
/********[鐗规畩css鏍峰紡瑕佹眰鍖哄煙]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2&gt;ul&gt;li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2&gt;ul&gt;li:first-child{
	/*border-top: 0;*/
}
.nav-2&gt;ul&gt;li&gt;a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2&gt;ul&gt;li&gt;ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2&gt;ul&gt;li&gt;ul&gt;li&gt;a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 350px;
   margin-left: 15px;
   margin-top: 9px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



/**************************************/
/********[鐗规畩css鏍峰紡瑕佹眰鍖哄煙]**********/
/**************************************/




.banner-2{
    height: 450px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
}

.erji-top{
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.2);
}
.erji-bottom{
	padding: 40px 0 50px;
}
.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}

.erji-nav dd&gt;a{
	display: block;
	height:62px ;
	line-height: 62px;
	font-size: 18px;
	color: #333;
	width: 170px;
	text-align: center;	
}

.erji-nav dd&gt;a:hover{
	color: #0083e0;
}
.erji-nav dd.cur&gt;a:hover{
	color: #fff;
}
.erji-nav dd.cur&gt;a{
	color: #fff;
	background-color: #0083e0
}






.mianbaoxie{
      font-size: 12px;
    color:#333;
   height:62px ;
	line-height: 62px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
}
.mianbaoxie a:hover{
    color:#0083e0;
}
.mianbaoxie span{
    color:#0083e0;
}



.xinwen-list dl{
	margin:0;
}
.xinwen-list dd:first-child{
	padding-top: 0;
}
.xinwen-list dd{
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}


.xinwen-pic{
	width: 378px;
	margin-right: 43px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 66.67%;
}


.xinwen-con{
	overflow: hidden;
	padding-top: 18px;
}

.xinwen-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}

.xinwen-con h1 a:hover{
	color: #0083e0;
}
.xinwen-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:17px 0 12px;
}


.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.xinwen-a{
	margin-top: 35px;
}
.xinwen-a a{
	display: block;
	width: 168px;
	height: 48px;
	line-height: 46px;
	border:1px solid #0083e0;
	color: #0083e0;
	font-size: 14px;
	text-align: center;
}

.xinwen-a a:hover{
	background-color: #0083e0;
	color: #fff;
}

.fenye{
    text-align: center;
	margin-top: 50px;
}
.fenye ul{
    margin:0;
}

.list ul{
	margin:0;
}

.list li{
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}



.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#0083e0;
}
.danpian{
	padding-top: 50px;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#0083e0;

}


.zhaopin1{
	height: 420px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/zhaopin1-bg.jpg);
}

.zhaopin1-p{
	width: 50%;
	padding: 65px 40px 0;
	font-size: 15px;
	line-height: 2;
	color: #fff;
}

.join-table{
	margin-top: 50px;
}

.join-table table.table{
	margin:0;
}

.join-table table.table tr th{
	vertical-align: middle;
	height: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #0083e0;
	border:0;
	text-align: center;
	font-weight: normal;
}


.join-table table.table tr.tr1
{cursor: pointer;}


.join-table table.table tr.tr1 td{
	vertical-align: middle;
	height: 63px;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	border-top: 0;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-weight: normal;
}
.join-table table.table tr.tr2 td{
	border:0;
}
.tda{color: #0083e0;}

.join-table table.table tr.tr2 td{padding: 0!important;}

.gangwei-div{
	background-color:#f6f6f6; 
	padding:30px 25px;
	text-align: left;
	border-bottom: 1px solid #eee;

	display: none;
}

.gangwei-div-p{
	font-size: 14px;
	color: #666;
	line-height: 2.2;
}
.gangwei-div-p strong{
color: #0083e0;
font-weight: normal;

}
.gangwei-div-p p{margin:0;}

.gangwei-div-a{
	margin-top: 40px;
}

.gangwei-div-a a{
	display: block;
	width: 126px;
	height: 40px;
	border-radius: 999em;
	background-color:#2684e2;
	color: #fff; 
	line-height: 40px;
	text-align: center;
}

.fazhan{
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/line.png);
	padding-bottom: 100px;
}


.fazhan-item-div{
	width: 50%;
	position: relative;
}

.fazhan-item-nian{
	font-size: 30px;
	color: #0083e0;
	height: 35px;
	line-height: 35px;
	background-repeat: no-repeat;
	background-image: url(../images/nian.png);
}
.fazhan-item-div.fl{
	right: -18px;
	text-align: right;
}
.fazhan-item-div.fr{
	left: -18px;
}
.fazhan-item-div.fl .fazhan-item-nian{
	padding-right:53px;
	background-position: right center;
}
.fazhan-item-div.fr .fazhan-item-nian{
	padding-left:53px;
	background-position: left center;
}
.fazhan-item-li-con{
	margin-top: 12px;
}
.fazhan-item-li-con:first-child{
	margin-top: 30px;
}
.fazhan-item-li-con{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/yue.png);
}

.fazhan-item-div.fl .fazhan-item-li-con{
	padding-right:53px;
	background-position: right 6px;
}
.fazhan-item-div.fr .fazhan-item-li-con{
	padding-left:53px;
	background-position: left 6px;
}


.fazhan-item{
	margin-top: 30px;
}
.fazhan-item:first-child{
	margin-top: 0px;
}

.menu{
	width: 260px;
	margin-left: 35px;
}

.menu dl{
	margin:0;
}

.menu dd{
	margin-top: 2px;
}

.menu dd:first-child{
	margin-top: 0px;
}

.menu dd&gt;a{
	display: block;
	height: 54px;
	line-height: 52px;
	font-size: 16px;
	color: #0083e0;
	text-align: center;
	border:1px solid #dfdfdf;
}

.menu dd&gt;a:hover,.menu dd.cur&gt;a{
	background-color:#0083e0; 
	border-color:#0083e0; 
	color: #fff;
}

.chanpin-div{
	overflow: hidden;
}

.chanpin-div-1{
	background-color: #f7f7f7;
	padding: 20px;
}

.chanpin-pic-wp .chanpin-pic{display: none;}
.chanpin-pic-wp .chanpin-pic:first-child{display: block;}

.chanpin-left{
	width: 420px;
	margin-right: 40px;
}

.chanpin-left .imgbox_a{
	padding-bottom: 66.67%;
}
.chanpin-list .item{
	background-color: #000;
	cursor: pointer;
}
.chanpin-list .item .imgbox_a{
	opacity: 0.6;
}
.chanpin-list .item.cur .imgbox_a{
	opacity: 1;
}
.chanpin-list{
	padding: 0px 15px 0;
	margin-top: 15px;
}

.chanpin-list .owl-nav button.owl-prev{
    position: absolute;
    left:-5px;
    top: 50%;
    margin-top: -11px;
    width: 12px;
    height: 22px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.chanpin-list .owl-nav button.owl-next{
    position: absolute;
    right:-5px;
    top: 50%;
    margin-top: -11px;
    width: 12px;
    height: 22px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.chanpin-right{
	overflow: hidden;
}


.chanpin-right-h1{
	font-size: 20px;
	color: #0083e0;
	line-height: 1.5;
	font-weight: bold;
}

.chanpin-right-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-top: 10px;
	
}

.chanpin-right-p p{margin:0;}
.chanpin-div-2{
	margin-top: 35px;
}
.chanpin-div-2 dl{
	margin:0;
}

.chanpin-2-title{
	background-color: #f7f7f7;
	padding: 20px 30px;
	cursor: pointer;
}

.num{
	width: 68px;
	height: 33px;
	line-height: 33px;
	background-image: url(../images/num.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 18px;
	padding-left: 9px;
}

.cshu{
	height: 33px;
	line-height: 33px;
	font-size: 18px;
	color: #333;
	margin-left: 15px;
}

.jiajian{
	width: 16px;
	height: 16px;
	background-image: url(../images/jia3.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 8px;
}

.chanpin-2-title.cur .jiajian{
	background-image: url(../images/jia3h.png);

}

.chanpin-2-con{
	padding: 30px 30px 15px;
	font-size: 16px;
	color: #333;
	line-height: 2;
	display: none;
	
}

.chanpin-2-con p{margin:0;}
.chanpin-div-2 dd{
	margin-top: 15px;
}
.chanpin-div-2 dd:first-child{
	margin-top: 0;
}
.chanpin-div-2 dd:first-child .chanpin-2-con{
	display: block;
}


.pic-list{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.pic-item{
	margin-top: 30px;
}

.pic-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.pic-item h1{
	margin:0;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: 25px;
}

.pic-item:hover h1{
	color: #0083e0;
}

.map-box{position: relative;}
.map-wp{
	height: 400px;
	position: relative;
	z-index: 200;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.map-con{
	position: absolute;
	z-index: 300;
	left: 0;
	top: 0;
	bottom: 0;
	width: 375px;
	background-image: url(../images/landi2.png);
	padding: 30px 30px 0;
}

.map-con h1{
	margin:0;
	font-size: 22px;
	color: #fff;
	line-height: 1.5;
}

.map-con p{
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 25px;
}</pre></body></html>